home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWTOOLBAR / TFORMVIEWTOOLBAR.txt
Encoding:
Text File  |  2009-10-23  |  2.7 KB  |  142 lines

  1. object FormViewToolbar: TFormViewToolbar
  2.   Left = 197
  3.   Top = 219
  4.   ActiveControl = ListAvail
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize toolbar'
  7.   ClientHeight = 298
  8.   ClientWidth = 582
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object labAvail: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 87
  26.     Height = 13
  27.     Caption = 'Available buttons:'
  28.     FocusControl = ListAvail
  29.   end
  30.   object labCurrent: TLabel
  31.     Left = 294
  32.     Top = 8
  33.     Width = 81
  34.     Height = 13
  35.     Caption = 'Current buttons:'
  36.     FocusControl = ListCurrent
  37.   end
  38.   object ListAvail: TListView
  39.     Left = 8
  40.     Top = 24
  41.     Width = 193
  42.     Height = 265
  43.     Columns = <
  44.       item
  45.         Caption = 'Command'
  46.         Width = 168
  47.       end>
  48.     HideSelection = False
  49.     ReadOnly = True
  50.     RowSelect = True
  51.     ShowColumnHeaders = False
  52.     TabOrder = 0
  53.     ViewStyle = vsReport
  54.     OnDblClick = btnAddClick
  55.     OnSelectItem = ListAvailSelectItem
  56.   end
  57.   object btnOk: TButton
  58.     Left = 498
  59.     Top = 24
  60.     Width = 75
  61.     Height = 23
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 4
  66.   end
  67.   object btnCancel: TButton
  68.     Left = 498
  69.     Top = 54
  70.     Width = 75
  71.     Height = 23
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 5
  76.   end
  77.   object ListCurrent: TListView
  78.     Left = 294
  79.     Top = 24
  80.     Width = 193
  81.     Height = 265
  82.     Columns = <
  83.       item
  84.         Caption = 'Command'
  85.         Width = 168
  86.       end>
  87.     HideSelection = False
  88.     ReadOnly = True
  89.     RowSelect = True
  90.     ShowColumnHeaders = False
  91.     TabOrder = 3
  92.     ViewStyle = vsReport
  93.     OnDblClick = btnRemoveClick
  94.     OnSelectItem = ListCurrentSelectItem
  95.   end
  96.   object btnAdd: TButton
  97.     Left = 210
  98.     Top = 24
  99.     Width = 75
  100.     Height = 23
  101.     Caption = 'Add ->'
  102.     TabOrder = 1
  103.     OnClick = btnAddClick
  104.   end
  105.   object btnRemove: TButton
  106.     Left = 210
  107.     Top = 54
  108.     Width = 75
  109.     Height = 23
  110.     Caption = '<- Remove'
  111.     TabOrder = 2
  112.     OnClick = btnRemoveClick
  113.   end
  114.   object btnReset: TButton
  115.     Left = 498
  116.     Top = 84
  117.     Width = 75
  118.     Height = 23
  119.     Caption = 'Reset'
  120.     TabOrder = 6
  121.     OnClick = btnResetClick
  122.   end
  123.   object btnUp: TButton
  124.     Left = 498
  125.     Top = 128
  126.     Width = 75
  127.     Height = 23
  128.     Caption = 'Up'
  129.     TabOrder = 7
  130.     OnClick = btnUpClick
  131.   end
  132.   object btnDown: TButton
  133.     Left = 498
  134.     Top = 158
  135.     Width = 75
  136.     Height = 23
  137.     Caption = 'Down'
  138.     TabOrder = 8
  139.     OnClick = btnDownClick
  140.   end
  141. end
  142.